home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 140_01 / bdscat.all < prev    next >
Text File  |  1985-03-09  |  46KB  |  1,110 lines

  1. VOLUME 1    BDS "C" Utilities 1
  2.  
  3. NUMBER    SIZE    NAME        COMMENTS
  4.  
  5.         CATALOG.CG4    CONTENTS OF VOL. 
  6.         -HISTORY.CG4    Background of these contributions.
  7. 1.1    6K    B.C        Big directory program for
  8.                 H89/H19, generates alphabetic 
  9.                 directories.
  10. 1.2    2K    BIGDIR.C    Big directory program for
  11.                 standard 24 x 80 screens.
  12. 1.3    8K    CB.C        Pretty printer for C programs
  13. 1.4    2K    CC0T.C        C pre-processor for TRS-80. 
  14.                 Translates special pound sign
  15.                 escapes into C special characters.
  16. 1.5    9K    CCRL.C        Creates a CRL file from an existing
  17.                 COM file.
  18. 1.6    3K    CCRL.DOC    Instructions for using above.
  19. 1.7    4K    CHCNT.C     Demo program counts occurances of ASCII
  20.                 Characters in a file.
  21. 1.8    2K    CLOCK.H     Header for DateDemo programs below.
  22. 1.9    4K    COMP.C       Compares two files and lists differ-
  23.                 Comparison is line based.
  24. 1.10    14K    COMPRESS.C    Program compacts files by replacing
  25.                 repeated strings with 1 char tokens.
  26. 1.11    15K    COMPRESS.COM
  27. 1.12    3K    COMPRESS.DOC
  28. 1.13    8K    CONCORD.C    Creates an intermediate file
  29.                 which can be sorted to form a con-
  30.                 cordance for the input file.
  31.                 See CONOUT, WFREQ, MERGE, MSORT
  32.                 KWIC, LIST, STD.H
  33. 1.14    4K    CONOUT.C      This processes the output of 
  34.                 CONCORD to create the finished 
  35.                 concordance.
  36. 1.15    8K    DATEDEMO.C    Program demonstrating use of 
  37.                 Mountain Hardware real-time clock
  38.                 board.
  39. 1.16    7K    DATEDEMO.COM
  40. 1.17    12K    DATEDEMO.DOC    Article advocating use of C, 
  41.                 Explains above program.
  42. 1.18    9K    DISK.C       "Disk Surgery program." Allows
  43.                 Direct manipulation of the media.
  44.                 Works only with single density.
  45. 1.19    8K    DMF.C       Functions for KWIK related programs.
  46.                 See CONCORD and related documents
  47.                 above.
  48. 1.20    7K    KWIC.C       Generates an unsorted Kwik index.
  49.                 See CONCORD above.
  50. 1.21    5K    LIST.C       Program for listing text files.
  51. 1.22    5K    MERGE.C       Generates a single sorted file from
  52.                 from smaller sorted files.
  53. 1.23    8K    MSORT.C       Uses quick sort algoritm to create 
  54.                 sorted sub-files. See Merge, CONCORD.
  55. 1.24    7K    RT11.C        Converts RT11 format to CPM format.è1.25    14K    RT11.COM
  56. 1.26    8K    RT11.DOC    Excellent documentation for
  57.                 RT11 translator.
  58. 1.27    2K    RT11.H
  59. 1.28    12K    RTFILES.C
  60. 1.29    4K    RTMISC.C
  61. 1.30    3K    SHOW.C          Permits the display (using escape
  62.                 representations) of all characters
  63.                 in a file. (Even parity bits!!)
  64. 1.31    7K    STD.H         Header for KWIC related programs.
  65. 1.32    2K    STRIP.C         Strips high-order bits from a file.
  66. 1.33    1K    WC.C          Program to count words in a file.
  67. 1.34    4K    WFREQ.C         KWIK companion, tallies the frequency
  68.                 of occurance for words in a file.
  69.  
  70. VOLUME 2    BDS "C" Utilities 2
  71.  
  72. NUMBER    SIZE    NAME        COMMENTS
  73.  
  74. 2.1    1K    -CATALOG.CG5    Contents of volume
  75. 2.2    3K    BIGFIO.C      File functions for Scott W. Layson's
  76.                 programs. See TYP below.
  77. 2.3    1K    CONCAT.C      Concate two files, putting result in
  78.                 into third.
  79. 2.4    4K    CONVERT.C    Converts regular C source files to
  80.                 pound sign escape representation
  81.                 for editing on TRS-80 or other upper-
  82.                 case only machines.
  83. 2.5    5K    COPYALL.C      Simplifies disk/file copying on one
  84.                 drive systems.
  85. 2.6    5K    COUNT.C      Counts the number of chars, words,
  86.                 lines in a file.
  87. 2.7    5K    DEL.C         Like ERA only requests verification
  88.                 before deleting file.
  89. 2.8    7K    FILECOMP.C       Compares, byte for byte, two files
  90.                 and lists differences.
  91. 2.9    2K    GLOBALS.WP    See WP.C below.
  92. 2.10    3K    LISTF.C       Dumps both ASCII and Hex representa-
  93.                 tions of a file, one record at a time.
  94. 2.11    3K    LPR.C        Line printer formatter, for C programs.
  95. 2.12    1K    MACDEFS.WP      See WP.C below.
  96. 2.13    2K    NEWCHCNT.C      Compiles frequency information for
  97.                 each possible byte in a file.
  98. 2.14    3K    PG.C          Outputs info to standard output one
  99.                 at a time.
  100. 2.15    6K    PG.COM
  101. 2.16    1K    PNUM.C       Prints a file with line numbers.
  102. 2.17    3K    PRMDMP.C       Program for reading proms.
  103. 2.18    6K    SCREEN.C       Flashwriter for TRS-80 Mod II.
  104. 2.19    6K    SCREEN.COM
  105. 2.20    2K    SCRUB.C       Copies a file deleting all control
  106.                 characters except tab, lf, cr, ff.
  107. 2.21    12K    SEARCH.ASM     Searches RAM or a file for data
  108.                 Search string may be specified in
  109.                 Hex or ASCII form.è2.22    1K    SEARCH.COM
  110. 2.23    3K    TABIFY.C       Converts spaces to tabs.
  111. 2.24    21K    TELNET.C       Serial communication program.
  112. 2.25    1K    TYP.C         Uses larges buffer possible to hold
  113.                 ASCII file during display.
  114. 2.26    12K    UCSD2CPM.C    Translates UCSD Pascal files to CP/M
  115.                 format.
  116. 2.27    8K    UCSDIR.C        Lists the directory of a UCSD Pascal 
  117.                 diskette.
  118. 2.28    1K    UNTAB.C        Turns tabs into spaces.
  119. 2.29    4K    UTIL-WP.C      See WP.C below.
  120. 2.30    5K    VARTABS.C      Converts ASCII file to/from tabbed
  121.                 form. Allows user to set tab modulus.
  122. 2.31    2K    WC2.C        Counts characters, words, lines.
  123. 2.32    10K    WP.C           Word processor patterned after ROFF.
  124.                 WP.OUT is sample output, generated from
  125.                 WP.DOC input, coincidentally documents
  126.                 use of the program.
  127. 2.33    5K    WP.DOC
  128. 2.34    6K    WP.OUT
  129. 2.35    14K    XSDIR.ASM    Large directory program which 
  130.                 produces stat-like information and
  131.                 alphabetizes files.
  132. 2.36    2K    XSDIR.COM
  133. 2.37    19K    XSDMAC.LIB
  134. 2.38    3K      ZLPR.C           Modified version of LPR. Begins each
  135.                 function at top of new page, allows
  136.                   printing of selected pages.
  137.  
  138. VOLUME 3    BDS "C" Utilities 3
  139.  
  140. NUMBER    SIZE    NAME        COMMENTS
  141.  
  142.         CATALOG.003    Contents of volume
  143. 3.1    4K    BIN2HEX.C    Binary to hex-ascii format converter
  144. 3.3    3K    CBC.C        Curly brace checker
  145. 3.4    15K    CHARGEN.C    Utility to generate character set
  146.                 for Imsai VIO.
  147. 3.5    3K    CHARSET.    Character descriptions for chargen
  148.                 program.
  149. 3.6    10K    DDNDISK.C    DISK modified to run with CPM 2.x 
  150.                 and odd-ball densities.
  151. 3.7    2K    ENVIRON.DOC    Environment notes for SYMBUG, PROLOG,
  152.                 CHARGEN, CHARSET, BIN2HEX, PRINTF, GETC
  153. 3.8    1K    FIXCCC.ASM      Modified runtime package for yam
  154.                 and umodem27
  155. 3.9    1K    GETC.C        getc function modified for better
  156.                 eof indication.
  157. 3.10    4K    PRINTF.C       _spr modified for leading 0's
  158. 3.11    12K    PROLOG.C       Programs & verifies EPROMS using 
  159.                 PRO-LOG programmer.
  160. 3.12    6K    READ-ME.DOC      Procedure division for SYMBUG, PROLOG,
  161.                 CHARGEN, CHARSET, BIN2HEX, PRINTF, GETC
  162. 3.13    6K    SYMBUG.C      Converts "clink" .SYM output file to
  163.                 "vbug" format.è3.14    31K    UMODEM27.C    Fancy modem program from Unix system
  164. 3.15    2K    UMODEM27.DOC
  165. 3.16    2K    XYAMHELP.T    Short help file for YAM
  166. 3.17    6K    YAM.H        master header file for YAM system
  167. 3.18    1K    YAM.SUB
  168. 3.19    9K    YAM1.C      Yet Another Modem program
  169. 3.20    7K    YAM2.C
  170. 3.21    8K    YAM3.C
  171. 3.22    4K    YAM5.C
  172. 3.23    12K    YAM7.C
  173. 3.24    1K    YAML.SUB
  174. 3.25    1K    YAMPHONE.T    Phone numbers used by YAM
  175. 3.26    2K    YAMSYS.H    One of four files copied to YAMSYS.H
  176.                 depending on configuration
  177. 3.27    1K    YAMTU.SUB
  178. 3.28    2K    YAMTUART.H    see above.
  179. 3.29    1K    YAMX.SUB
  180. 3.30    2K    YAMZ89.H      see YAMSYS.H
  181. 3.31    2K    YAMZ89XM.H    see YAMSYS.H
  182. 3.32    3K    BYTEBNCH.C    A benchmark program ala BYTE
  183. 3.33    1K    YAMSQ
  184. 3.34    1K    BLOOK.C       A program to display the disk
  185.                 block by block?
  186. 3.35    2K    CMP.C        Compares files
  187. 3.36    1K    FIB.C        Another benchmark, ala Usenix
  188.                 Conference
  189. 3.37    1K    SEE.C        Prints files, showing non-ascii
  190.                 characters as octal values. 
  191. 3.38    3K    TABIFY.C    Enhanced version of TABIFY
  192. 3.39    1K    TEK.C        Displays a file a certain number
  193.                 of lines at a time.
  194. 3.40    2K    UNDEL.C      ??
  195. 3.41    2K    UNDELETE.C     ??
  196. 3.42    5K    VTEST.C      Benchmark in which BDS beats the
  197.                 Biggies in Assembly!
  198. 3.43    1K    YMTRSII2.SUB
  199. 3.44    44K    YAM5II.C
  200. 3.45    25K    YAMDOC.FIN    User documentation for YAM
  201. 3.46    2K    YAMTRSII.H    For TRS-80 users
  202. 3.47    1K    YAMTRSII.SUB
  203.  
  204. VOLUME 4    BDS "C" Functions 1
  205.  
  206. NUMBER    SIZE    NAME        COMMENTS
  207.  
  208.         CATALOG.CG7    Contents of volume
  209.         ENVIRON.DOC    Comments on the contents.
  210. 4.1    1K    CALHOUN.RMK      Remarks from the author about
  211.                 the RANDOMX package.
  212. 4.2    3K    CIO.C       Steve Ward's "almost universal"
  213.                 console i/o package.
  214. 4.3    1K    COEFSET.C      Program to test and initialize 
  215.                 floating point constants.
  216. 4.4    7K    CTRIG.C       Standard trig functions. Written by
  217. è                L.C. Calhoun. Uses FLOATXT package.
  218. 4.5    5K    CTRIG.DOC
  219. 4.6    7K    DIO.C       Functions to simulate Unix's
  220.                 directed i/o capabilities.
  221. 4.7    1K    DIO.H
  222. 4.8    1K    FLEVAL.C    Progrom to evaluate the standard
  223.                 floating point package.
  224. 4.9    8K    FLOAT.C      Now standard floating point packa